[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
DEFS
Function
Used when no special statement parameters or flags are needed
and defaults are sufficient.
Value
0 = 0b = 0o = 0h
Remarks
There are many statements that take special values as parameters or
flags as an indication to do some special processing. This constant
is meant to be used by itself when you do not need any other special
constant value.
Example
STRING ans
LET ans = NOCHAR()
INPUTSTR "Run program now",ans,@X0E,1,"YyNn",DEFS
IF (UPPER(ans) = NOCHAR()) END
See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson